File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -954,7 +954,7 @@ <h2>Verbs and Object Types</h2>
954
954
955
955
< figure > < figcaption > For instance, the following describes the "< code > urn:example:verbs:upload</ code > "
956
956
verb identifier:</ figcaption >
957
- < pre > < code > {
957
+ < pre class =" example highlight json " > < code > {
958
958
"@type": "http://activitystrea.ms/2.0/Verb",
959
959
"@id": "urn:example:verbs:upload",
960
960
"displayName": "Upload",
@@ -968,7 +968,7 @@ <h2>Verbs and Object Types</h2>
968
968
969
969
< figure > < figcaption > For instance, the following describes the "< code > urn:example:types:note</ code > "
970
970
object type:</ figcaption >
971
- < pre > < code > {
971
+ < pre class =" example highlight json " > < code > {
972
972
"@type": "http://activitystrea.ms/2.0/ObjectType",
973
973
"@id": "urn:example:types/note",
974
974
"displayName": "Note"
You can’t perform that action at this time.
0 commit comments